+Mon Dec 22 01:35:36 2003 Matthias Clasen <maclas@gmx.de>
+
+ * Makefile.am (gdk-pixbuf.loaders): Fix building with
+ --disable-modules --with-included-loaders, create an
+ empty gdk-pixbuf.loaders file. (#124496, Arno Charlet, fix
+ proposed by Owen Taylor)
+
Thu Dec 11 01:57:05 2003 Matthias Clasen <maclas@gmx.de>
* gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): Move
the documentation for signals inline, to get proper parameter
- documentation. (#128977)
+ documentation. (#128977)
Sat Nov 15 00:26:19 2003 Matthias Clasen <maclas@gmx.de>
all-local: gdk-pixbuf.loaders
endif
+if BUILD_DYNAMIC_MODULES
gdk-pixbuf.loaders: $(loader_LTLIBRARIES) gdk-pixbuf-query-loaders
LOADERS=`echo libpixbufloader-*.la` ; \
if test "x$$LOADERS" != 'xlibpixbufloader-*.la' ; then \
echo "No dynamic modules found; will use only static modules for uninstalled example programs."; \
touch gdk-pixbuf.loaders; \
fi
-
+else
+gdk-pixbuf.loaders:
+ echo "No dynamic modules found; will use only static modules for uninstalled example programs."; \
+ touch gdk-pixbuf.loaders;
+endif